home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / prowho15.arc / PROWHO.DOC < prev    next >
Text File  |  1988-11-09  |  3KB  |  85 lines

  1.  
  2. ProWho - Another DOOR for "ProKit"              (Two doors in 1!
  3. ----------------------------------               See XFILE.DOC)
  4.  
  5. The "WHO UPLOADED THAT FILE?" door for PCBoard!
  6.  
  7. This door will scan the system download/upload log and list all entries
  8. that mention a specific name.
  9.  
  10.  
  11. You may select any full filename for scanning.  The search is done
  12. based on matching keywords (like the Zippy scan function).
  13.  
  14. You can enter searches like this:
  15.    GOODIE.ARC           ;all access to this file
  16.    JOE JONES            ;all activity by this user
  17.    02-09-1988           ;all activity on this date
  18.  
  19. These searches can take a few minutes to complete, so please be patient!
  20.  
  21.  
  22.  
  23. Here is a sample configuration file:
  24.    HANDSHAKE
  25.    c:\pcb\main\download.txt
  26.    wwelcom
  27.    wmenu
  28.    wclose
  29.  
  30.    --------------------------
  31.    Configuration file format:
  32.  
  33.    line 1 = Driver type (HANDSHAKE, INTERRUPT, BIOS, PCBTRAP)
  34.    line 2 = Download listings filename (download.txt file)
  35.    line 3 = Welcome message filename      \
  36.    line 4 = Main menu filename             \___ "G" added to end
  37.    line 5 = Closing door message filename  /    for graphics mode
  38.  
  39.  
  40. Note that this is a generic "text search" door, and it can be applied to
  41. just about any text file.  For example, you could customize the messages
  42. and use it to search a master file cross-listing (such as XFILES) to find
  43. which boards have a specific file.  See XFILE.DOC for more info on this.
  44.  
  45.  
  46.  
  47.                           DISCLAIMER
  48.                           ==========
  49.  
  50. IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  51. LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  52. DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM,
  53. OR FOR ANY CLAIM BY ANY OTHER PARTY.
  54.  
  55.  
  56.    This is a FREE program; full source code is included.
  57.  
  58.    If you have any questions, bugs, or suggestions, please contact 
  59.    me at: 
  60.        The Tool Shop BBS
  61.       (602) 264-3969 (HST)
  62.       (602) 279-2673 (2400)
  63.  
  64.    The latest version is always available for downloading. 
  65.  
  66.    Enjoy!     Samuel H. Smith
  67.               Author and Sysop of The Tool Shop.
  68.  
  69.  
  70. Revision history
  71. ----------------
  72.  
  73. 2-19-88 v1.0
  74.    Initial coding and release.
  75.  
  76. 2-20-88 v1.01
  77.    Changed messages to be more generic.  Removed case sensitivity.
  78.    Added sample files for the XFILE door.
  79.  
  80. 5-21-88 v1.1
  81.    Recompiled with ProDoor beta 30 libraries.  Added a warning message
  82.    when wildcards are used in the search key (only keyword matching is 
  83.    allow).
  84.  
  85.